Skip to content

⚠️ Next.js 16.2.10 - Tests need review#51

Merged
mrjasonroy merged 1 commit into
mainfrom
nextjs-16.2.10
Jul 2, 2026
Merged

⚠️ Next.js 16.2.10 - Tests need review#51
mrjasonroy merged 1 commit into
mainfrom
nextjs-16.2.10

Conversation

@mrjasonroy

Copy link
Copy Markdown
Owner

Next.js 16.2.10 Release

📦 Package version will be bumped to 16.2.10

Changes

  • ⬆️ Updated Next.js from 16.2.9 to 16.2.10

Test Results

  • ✅ Memory cache tests: success
  • ❌ Redis cache tests: failure

Auto-generated by nextjs-version-check workflow

- Updated Next.js to 16.2.10
- Bumped package version to 16.2.10
- Memory tests: success
- Redis tests: failure

Co-Authored-By: GitHub Actions <github-actions[bot]@users.noreply.github.com>
@mrjasonroy mrjasonroy enabled auto-merge (squash) July 2, 2026 01:04

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the 'next' dependency from '^16.2.9' to '^16.2.10' across several packages and applications in the monorepo, along with bumping the version of '@mrjasonroy/cache-components-cache-handler' to '16.2.10'. However, the reviewer noted that 'apps/redis-example/package.json' was missed in this update, resulting in a version mismatch that should be resolved.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

"@mrjasonroy/cache-components-cache-handler": "workspace:*",
"ioredis": "^5.4.1",
"next": "^16.2.9",
"next": "^16.2.10",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The Next.js version was updated to ^16.2.10 here and in apps/legacy-cache-test/package.json, but apps/redis-example/package.json was missed and is still using ^16.2.9 (as seen in pnpm-lock.yaml). This version mismatch in the monorepo is likely the cause of the Redis cache test failures, as apps/redis-example is not aligned with the rest of the workspace. Please update apps/redis-example/package.json to use ^16.2.10 as well.

@mrjasonroy mrjasonroy merged commit a291744 into main Jul 2, 2026
7 checks passed
@mrjasonroy mrjasonroy deleted the nextjs-16.2.10 branch July 2, 2026 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant